encoding/xml.printer.marshalInterface (method)
3 uses
encoding/xml (current package)
marshal.go#L454: return p.marshalInterface(val.Interface().(Marshaler), defaultStart(typ, finfo, startTemplate))
marshal.go#L459: return p.marshalInterface(pv.Interface().(Marshaler), defaultStart(pv.Type(), finfo, startTemplate))
marshal.go#L688: func (p *printer) marshalInterface(val Marshaler, start StartElement) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)